From f61f35661b3bacace07723e62fbd3166622b5407 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 5 Nov 2012 20:36:44 -0500 Subject: [PATCH] * lisp/emacs-lisp/gv.el (gv-define-setter): Fix doc typo. --- lisp/ChangeLog | 4 ++++ lisp/emacs-lisp/gv.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6187b0ae705..7071223071e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-11-06 Glenn Morris + + * emacs-lisp/gv.el (gv-define-setter): Fix doc typo. + 2012-11-05 Glenn Morris * emacs-lisp/cl-extra.el (cl-prettyexpand): diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el index d6c91539a90..3dd021f9e74 100644 --- a/lisp/emacs-lisp/gv.el +++ b/lisp/emacs-lisp/gv.el @@ -194,7 +194,7 @@ well for simple place forms. Assignments of VAL to (NAME ARGS...) are expanded by binding the argument forms (VAL ARGS...) according to ARGLIST, then executing BODY, which must return a Lisp form that does the assignment. -The first arg in ARLIST (the one that receives VAL) receives an expression +The first arg in ARGLIST (the one that receives VAL) receives an expression which can do arbitrary things, whereas the other arguments are all guaranteed to be pure and copyable. Example use: (gv-define-setter aref (v a i) `(aset ,a ,i ,v))" -- 2.30.2